Offline Basetables export v3 Schema
classification1 Element
Offline Basetables export v3 Schema > root Element > classifications Element : classification1 Element
Namespace (none)
Diagram
classification2 Element followupnumber Element loyaltycardpercentage Element ispospromotion Element productcategorycode Element description Element Sequence classification1 Element
Overview
code required xs:string
Sequence
description xs:string
ispospromotion xs:string
followupnumber xs:byte
code required xs:string
Sequence
description xs:string
code required xs:string
Sequence
description xs:string
Attributes
NameTypeUseDefaultFixedDescription
codexs:stringrequired   
Source
<xs:element maxOccurs="unbounded" name="classification1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="description" type="xs:string" />
      <xs:element name="productcategorycode" type="xs:string" />
      <xs:element name="ispospromotion" type="xs:string" />
      <xs:element name="loyaltycardpercentage" type="xs:string" />
      <xs:element name="followupnumber" type="xs:byte" />
      <xs:element maxOccurs="unbounded" name="classification2">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="description" type="xs:string" />
            <xs:element name="productcategorycode" />
            <xs:element maxOccurs="unbounded" name="classification3">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="description" type="xs:string" />
                  <xs:element name="productcategorycode" type="xs:string" />
                </xs:sequence>
                <xs:attribute name="code" type="xs:string" use="required" />
              </xs:complexType>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="code" type="xs:string" use="required" />
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="code" type="xs:string" use="required" />
  </xs:complexType>
</xs:element>
See Also
classifications Elementroot ElementOffline Basetables export v3 Schema